Skip to main content
Version: 5.2.0.1

Elasticsearch Writer

Description​

This channel is used to write data to Elasticsearch.

Creation​

To create an Elasticsearch Writer channel follow the steps described in the general description of Adapters.

Configuration​

The dialog to configure the Elasticsearch Writer looks like this:

elastic-reader-config.png

  • Database - The Elasticsearch client connection. The server connection must be created as environment entry (Elasticsearch Server Configuration).

  • Method - The method to run: add, modify and delete.

  • Add document if it does not exist - Configurable only when modifying a document. Select the box if you want a document to be created if the id does not exist, otherwise it would throw an error.

  • Index is given as Parameter value - if selected the value from the Index field is not used. Instead, the calling process models transfers the value with the Parameter Index.

  • Index - The index in Elasticsearch to use when writing the document.

Query parameters​

  • DocumentId - the id of the document to modify.

  • RequestBody - The request body in case of add or modify. The value is a JSON message